home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "*\AAdvLabel.vbp"
- Begin VB.Form frmILTest
- BorderStyle = 1 'Fixed Single
- Caption = "Formulario de pruebas"
- ClientHeight = 1830
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4095
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1830
- ScaleWidth = 4095
- StartUpPosition = 3 'Windows Default
- Begin AdvLabel.IncLabel IncLabel1
- Height = 1095
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 3855
- _ExtentX = 6800
- _ExtentY = 1931
- Caption = $"ILTest.frx":0000
- End
- Begin VB.CommandButton cmdOk
- Caption = "Salir"
- Default = -1 'True
- Height = 375
- Left = 1320
- TabIndex = 0
- Top = 1320
- Width = 1455
- End
- Attribute VB_Name = "frmILTest"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- '*****************************************************
- ' Curso de creaci
- n de controles en VB5 por intec
- ' Fichero: frmILTest (ILTest.frm)
- ' Autor: Lleonard del R
- o (intec)
- ' Fecha: 1/9/97
- ' Versi
- n: 2.0
- ' Descr: Formulario de prueba para el control
- ' "etiqueta incremental".
- '*****************************************************
- Option Explicit
- Private Sub cmdOk_Click()
- Unload Me
- End Sub
-